runtime.timer.nextwhen (field)
11 uses
runtime (current package)
time.go#L36: nextwhen int64
time.go#L191: t.nextwhen = nanotime() + ns
time.go#L192: if t.nextwhen < 0 { // check for overflow.
time.go#L193: t.nextwhen = maxWhen
time.go#L204: resettimer(t, t.nextwhen)
time.go#L521: t.nextwhen = when
time.go#L596: t.when = t.nextwhen
time.go#L633: t.when = t.nextwhen
time.go#L707: t.when = t.nextwhen
time.go#L812: t.when = t.nextwhen
time.go#L926: t.when = t.nextwhen
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |